func net.ubtoa
5 uses
net (current package)
ip.go#L291: func ubtoa(dst []byte, start int, v byte) int {
ip.go#L325: n := ubtoa(b, 0, p4[0])
ip.go#L329: n += ubtoa(b, n, p4[1])
ip.go#L333: n += ubtoa(b, n, p4[2])
ip.go#L337: n += ubtoa(b, n, p4[3])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)